home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 19
/
Amiga Format CD19 (1997-10-02)(Future Publishing)(GB)(Track 1 of 5)[!][issue 1997-11].iso
/
-seriously_amiga-
/
shareware
/
comms
/
other
/
yamexpansion
/
install
< prev
next >
Wrap
Text File
|
1997-08-18
|
970b
|
63 lines
; $VER: YamExpansion-Install 1.1 (28.07.97) by Dx0
(complete 0)
(set InstallDir
(askdir
(prompt "Where do you want to install YamExpansion v1.0 ?"
" (a drawer called 'yamexpansion' will be created there)")
(help @askdir-help)
(default "Work:")
)
)
(Set DestDir
(tackon InstallDir "yamexpansion")
)
(set @default-dest
DestDir
)
(makedir
DestDir
(infos)
)
(complete 10)
(copyfiles
(source "")
(dest DestDir)
(pattern "~(Install)#?")
(infos)
(noposition)
)
(complete 20)
(copyfiles
(source "data/yamexpansion.info")
(dest InstallDir)
)
(complete 40)
(copyfiles
(source "data/YamExpansion.yarexx")
(dest "yam:rexx/")
)
(complete 50)
(startup "yamexpansion"
(prompt "Editing your S:User-Startup")
(help "The Installer will add some assigns needed by YamExpansion")
(command (cat " Assign yamexpansion: \"" DestDir "\" >NIL:"))
)
(makeassign "yamexpansion:" DestDir)
(complete 100)